home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / wxlslib.zip / readme.win < prev    next >
Text File  |  1992-02-20  |  3KB  |  65 lines

  1. WXLS is an experimental version of XLISP-STAT for MS WINDOWS. The
  2. current version is 2.1 Release 3 Alpha 5. New versions will be made
  3. available for ftp from umnstat as bugs are found and fixed. If you run
  4. into problems, please report them to me in as much detail as possible,
  5. including a description of your hardware configurarion.
  6.  
  7. This implementation is fairly close to the Macintosh implementation;
  8. the file wxls.tex contains a more complete description of the
  9. differences between this version and other versions.
  10.  
  11. The distribution available for ftp from umnstat consists of a
  12. self-extracting ZIP file, WXLSZIP.EXE. After downloading this file,
  13. run it with the command
  14.  
  15.     wxlszip -d
  16.  
  17. The -d flag preserves the directory structure in the archive.
  18.  
  19. Put the executable, wxls.exe, somewhere on your search path and put
  20. the lib directory somewhere convenient. If you do not install the
  21. library directory so it is the subdirectory XLSLIB of the executable's
  22. startup directory, then be sure to define an environment variable
  23. XLISPLIB with the path of the directory ENDING WITH A \. So if you put
  24. the library in c:\xlisp\lib, define
  25.  
  26. set XLISPLIB=c:\xlisp\lib\
  27.  
  28. Put this in your AUTOEXEC.BAT or somesuch so it is available whenever
  29. you run wxls. Then type win wxls.
  30.  
  31. Luke Tierney
  32. School of Statistics
  33. University of Minnesota
  34. Minneapolis, MN 55455
  35. luke@umnstat.stat.umn.edu
  36.  
  37. Modifications since 2.1R3 Alpha 1:
  38. ----------------------------------
  39. 2.1R3 Alpha 2:  Modified the transformation code in graphs to use integer
  40.         arithmetic. This should improve performance of rotation
  41.                 on systems without a coprocessor.
  42.  
  43.                 Fixed a bug that could cause the system to hang after a
  44.                 CONTROL-C if a mouse click is pending.
  45.  
  46. 2.1R3 Alpha 3:  Improved speed of symbol drawing by giving each symbol
  47.         its own device context.
  48.  
  49. 2.1R3 Alpha 4:  Fixed bug in realloc that caused boxplots to bomb.
  50.  
  51. 2.1R3 Alpha 5:  Fixed realloc fix.
  52.         Modified exit process to hopefully be more stable.
  53.         Fixed bug in change-symbol message related to depth cuing.
  54.         fixed load and require statements in Examples files.
  55.  
  56. 2.1R3 Alpha 6:  Fixed dynamic loading problem.
  57.                 Removed some strings from local heap using spp preprocessor.
  58.                 Increased listener buffer size (using string savings).
  59.                 Changed listener to wrap long lines.
  60.                 Put in sprintf from BSD -- BCC's rounds 8 to 10!
  61.                 Removed save item from grsph menus.
  62.                 Added copying graphs to clipboard using edit menu copy item.
  63.                 Added version number to About dialog.
  64.                 Added eispack eigen routine for real symmetric matrices.
  65.